home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sun4c / archive / xmenu.z / xmenu / man / catn / xmenu.n
Text File  |  1994-09-27  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. XMENU(l)          MISC. REFERENCE MANUAL PAGES       19 June 1990
  5.  
  6.  
  7.  
  8. NAME
  9.      xmenu - provide simple popup menus to shell scripts
  10.  
  11. SYNOPSIS
  12.      xmenu [-heading "menu title"]  [menu_entry[=output_value]  |
  13.      line]...
  14.  
  15. DESCRIPTION
  16.      _x_m_e_n_u provides a quick and easy way of  producing  a  single
  17.      popup  menu  for use by shell scripts.  The -_h_e_a_d_i_n_g is used
  18.      to set the menu's title, all other  arguments  are  used  as
  19.      items  in  the menu.  If an argument contains an equals sign
  20.      then the string to the left of the equals  is  used  as  the
  21.      displayed  menu item and the the string to the right is used
  22.      as the text output when the item is pressed.   The  argument
  23.      "line"  is  recognised  as  denoting  a line separating menu
  24.      items.
  25.  
  26.      By default the menu is popped up to the right and  below  of
  27.      the  current  pointer  position  but  this can be overridden
  28.      using the standard toolkit "-geometry".
  29.  
  30. EXAMPLES
  31.      xmenu -heading "Choose Files by Suffix" Compressed="*.Z" \
  32.                             "C sources"="*.c" "Headers"="*.h" \
  33.                             line line "        Cancel"
  34.  
  35.      xmenu Hello="Hello World" line " " " " line Goodbye="Goodbye
  36.      World"
  37.  
  38. AUTHOR
  39.      Richard Hesketh, University of Kent at Canterbury, June 1990
  40.      @nsfnet-relay.ac.uk:rlh2@ukc.ac.uk
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. ReadyPak                                                        1
  64.  
  65.  
  66.  
  67.